home *** CD-ROM | disk | FTP | other *** search
- ~0E
- ┌─────────────┐ ┌────────────┐┌─┐ <tm>
- └┐ ┌┘ │ ┌──────┐└┘ │
- │ │ │ │ └───┘
- │ │ │ └─────────────┐
- │ │ └──────┐ │
- │ │ │ │
- │ │ │ │
- │ └─────────┘ │
- │ U n i q u e S o f t w a r e │
- └─────────────────────────────────┘ ~02
-
-
- MOVE (ver 2.41) Copyright (c) 1987-1989 by Unique Software
-
- Full documentation and License for only $10.00 ~07
-
- Unique Software // Post Office Box 26613 // Fort Worth, Texas 76126-0613
- CompuServe : 70130,330 :: MCI-Mail : 252-8689 :: Am. People Link : UNIQUESOFT
- ~87365~07 day - ~8724~07 hour FAX line : 1-817-249-4284 ~0A
-
- -Press [PG DN] for next page- ~03
-
-
- ~0F ~03 This program is produced by a member of
- ~0F ~03the Association of Shareware Professionals
- ~0F ~03(ASP). ASP wants to make sure that the
- ~0F ┌─────────┐ <tm> ~03shareware principle works for you. If you
- ~0F ┌─────┴───┐ │ ~03are unable to resolve a shareware-related
- ~0F─│ │o │───────────────── ~03problem with an ASP member by contacting the
- ~0F │ ┌─────┴╨──┐ │ Association of ~03member directly, ASP may be able to help.
- ~0F │ │ │─┘ Shareware ~03The ASP Ombudsman can help you resolve a
- ~0F └───│ o │ Professionals ~03dispute or problem with an ASP member, but
- ~0F─────│ ║ │─────────────────── ~03does not provide technical support for
- ~0F └────╨────┘ MEMBER ~03members' products. Please write to the ASP
- ~0F ~03Ombudsman at P.O. Box 5786, Bellevue, WA
- ~0F ~0398006 or send a Compuserve message via
- ~0F ~03easyplex to ASP Ombudsman 70007,3536 ~02
-
- You should inspect the file with the extension ".LST" for a list of the
- programs which SHOULD be contained in this package and their size. ~0A
-
-
- -Press [PG DN] for next page- ~02
-
- Vendors, User Groups, and Schools must read the file VENDOR.DOC for
- important information relating to their use and distribution of this program.~03
- Shareware is NOT mediocre software because it's inexpensive. It has been
- accurately estimated that research and development costs (programming) in a $500
- program package are less than $50. You see, with Shareware you are NOT PAYING
- for fancy packages, costly advertising, and expensive distribution methods. ~02
- Shareware is NOT FREE. If you "buy" a disk full of software for $3.95,
- $5.00, or $9.99 all you have paid for is the disk, the time for making the
- collection, and shipping and handling. ~03
- The Shareware author is still legally entitled to receive compensation for
- his work. Many programmers make their living by distributing their programs via
- Shareware. The license fee/registration which you should send is a programmer's
- paycheck. ~02
- Shareware gives you get the ULTIMATE GUARANTEE, "If you don't use the
- product, you don't pay for it!". Try getting that guarantee with "commercial"
- software. ~02
- After you have used this program for ~0A30~02 days, you must ~0ADISCONTINUE use OR
- PURCHASE ~02a single-user LICENSE from Unique Software. ~0A
-
- ~0A
- -Press [PG DN] for next page- ~02
-
- It's EASY to become a licensed user of this program, at your DOS prompt type
- `LICENSE' and answer the questions. Your printer does all the work. You don't
- have to write anything. You don't even need an envelope! ~07
- VISA/MC registration is honored by the Public Software Library (800-2424-PSL
- orders - Info 713-665-7017) and you get a $5 credit with PSL for later use. ~03
- Licensed users get printed FULL documentation (when applicable) and receive
- free technical support for a year. Technical questions can be submitted to any
- of the onlines services or FAX'd. (The numbers are listed on the HOME page.)
- [To request techical support, the following is required: free memory before
- running program, printer type (when applic), resident programs, and a listing of
- your AUTOEXEC.BAT and CONFIG.SYS files.] ~02
- This software and documentation are distributed and/or sold "as is" and
- without warranties as to performance of merchantability or any other warranties
- whether expressed or implied. Because of the various hardware and software
- environments into which any program may be put, no warranty of fitness for a
- particular purpose can be offered. Good data processing procedure dictates that
- any program be thoroughly tested with non-critical data before relying on it.
- The user must assume the entire risk of using the program. Any liability of the
- seller will be limited exclusively to product replacement. ~0A
-
- -Press [PG DN] for next page-
- ~#0
- ~07
-
- MOVE 2.41 ~02
-
-
-
-
- F1 - MOVE 2.41 / Usage
-
-
-
- F2 - MOVE Examples ~04
-
-
-
-
- F10 - Return to THIS menu
-
-
-
-
- ~#1~02
- MOVE (ver 2.41) Copyright (c) 1987-1989 by Unique Software
-
- You already have a MOVE utility? It does the job for you? It's part of a
- 170K super utility? It's stand alone and only 36K? How about a move utility in
- less than 2K of space? MOVE (2.41) is powerful, flexible and only 1405 bytes!
-
- Move usage ~0A
-
- MOVE [drive:][\path\]{filename|*|?}[.{ext|*|?}] {{[drive:\]|[\]}path}
- [optional items in brackets] ~02
-
- NOTE : MOVE does two kinds of MOVEs.
-
- One, when moving files to a different directory on the same drive; MOVE uses
- a special DOS function that moves the file almost instantaneously.
-
- The other, when moving files to another drive, MOVE first looks for
- sufficient space on on the destination drive, then copies the file to the other
- drive then deletes the file from the current location. Both methods check for a
- file with a duplicate name, and will prompt you if one is found before it will
- erase the duplicate file found.
- ~#2~02
- - MOVE Examples -
- MOVE·MYPROG.BAS·\BASIC
- (will move the program MYPROG.BAS to the directory \BASIC)
- MOVE·TH*.*·\TEXT (Wildcards? Yes!)
- (will move all files starting with TH to the directory \TEXT)
- MOVE·\DATA\DAT88-?? (More wildcards!)
- (will move all files on path \DATA which begin with "DAT88-"
- to your current location) [Thanks to Nelson Ford of Houston, Texas]
- >>> NOTE : MOVE does not create directories the destination MUST exist <<<
- History
- 1.5 - initial public release (1987) 1.6 - move across drives added
- 1.7 - improved error checking check file attributes before attempting move
- 1.8 - improved command line parsing (1988)
- 1.9 - correct abort after user's first "NO"
- 2.0 - rewrite/smaller size -check filespace at destination
- 2.1 - "from" file now can exist anywhere on drive
- 2.20 - make current path the default TO path if second param not specified.
- 2.30 - moved files retain orig time/date/attrib (suggested by Rick Kunz,
- sysop, "Poverty Rock PCBoard" Mercer Island, WA - 1989)
- 2.40 - intercept move to same path
- 2.41 - bug in COPY/MOVE fixed
- ~0C <<END OF DOCUMENTATION>>
-